+2007-04-28 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Add --enable-test-print-backend, defaulting
+ to no.
+
+ * modules/printbackends/Makefile.am: Make building the test
+ print backend conditional.
+
2007-04-28 Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/lpr/*:
fi
fi
+
if test "x$enable_visibility" = "xno"; then
GTK_DEBUG_FLAGS="$GTK_DEBUG_FLAGS -DDISABLE_VISIBILITY"
fi
CPPFLAGS="$gtk_save_cppflags"
+AC_ARG_ENABLE(test-print-backend,
+ [AC_HELP_STRING([--enable-test-print-backend],
+ [build test print backend])],,
+ [enable_test_print_backend=no])
+AM_CONDITIONAL(TEST_PRINT_BACKEND, test "x$enable_test_print_backend" != "xno")
+
+
################################################################
# Strip -export-dynamic from the link lines of various libraries
################################################################